ListObservable.IndexOf(T) method¶
Defined in
Type: ListObservableSystem.Reactive
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public int IndexOf(T item)
Summary: Determines the index of a specific item in the ListObservable.
Parameters
| Name | Type | Description |
|---|---|---|
item | T | The element to determine the index for. |
Returns: int -- The index of the specified item in the list; -1 if not found.